Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScrollerBase<TThumb,TShaft> Class / SmallChange Property


In This Topic
    SmallChange Property
    In This Topic
    Gets or sets the small change.
    Syntax
    'Declaration
     
    
    Public Property SmallChange As System.Double
    'Usage
     
    
    Dim instance As NScrollerBase(Of TThumb,TShaft)
    Dim value As System.Double
     
    instance.SmallChange = value
     
    value = instance.SmallChange
    public System.double SmallChange {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also